home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRAPHICS
/
SCGRAPH
/
SCGDEMO.EXE
/
0
/
RCDATA
/
TGRIDFORM
/
TGRIDFORM.txt
Wrap
Text File
|
1996-11-08
|
9KB
|
354 lines
object GridForm: TGridForm
Left = 409
Top = 174
Width = 658
Height = 442
Caption = 'Grids'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
Position = poDefault
Visible = True
WindowState = wsMaximized
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 120
TextHeight = 16
object ScGraph1: TScGraph
Left = 0
Top = 0
Width = 650
Height = 386
AutoMetrics = True
PlotColor = clBtnFace
MarginLeft = 10
MarginRight = 30
MarginTop = 30
MarginBottom = 10
Frame = True
GraphTitle.Title = True
GraphTitle.Caption = 'Ticks and Grids'
GraphTitle.Position = 500
GraphTitle.Distance = 12
FramePen.Color = clSilver
AxisPen.Color = clSilver
GridVertical.MajorGrid = True
GridVertical.MinorGrid = True
GridVertical.MajorGridStyle = psSolid
GridVertical.MinorGridStyle = psDot
GridVertical.MajorGridColor = clGray
GridVertical.MinorGridColor = clGray
GridVertical.MajorGridWidth = 1
GridVertical.MinorGridWidth = 0
GridHorizontal.MajorGrid = True
GridHorizontal.MinorGrid = True
GridHorizontal.MajorGridStyle = psSolid
GridHorizontal.MinorGridStyle = psDot
GridHorizontal.MajorGridColor = clGray
GridHorizontal.MinorGridColor = clGray
GridHorizontal.MajorGridWidth = 1
GridHorizontal.MinorGridWidth = 0
AxisTitleFont.Color = clSilver
AxisTitleFont.Height = -13
AxisTitleFont.Name = 'Arial'
AxisTitleFont.Style = []
TickLabelFont.Color = clAqua
TickLabelFont.Height = -15
TickLabelFont.Name = 'Arial Narrow'
TickLabelFont.Style = [fsBold]
GraphTitleFont.Color = clAqua
GraphTitleFont.Height = -20
GraphTitleFont.Name = 'Century Schoolbook'
GraphTitleFont.Style = [fsBold]
LegendBox.ShowLegends = False
LegendBox.Placement = lbxRight
LegendBox.Distance = 8
LegendBox.Framed = True
LegendBox.FrameColor = clBlack
LegendBox.FrameWidth = 2
LegendBox.BoxColor = clWhite
LegendBox.BoxStyle = bsSolid
LegendFont.Color = clWindowText
LegendFont.Height = -13
LegendFont.Name = 'MS Sans Serif'
LegendFont.Style = []
XAxis.MajorTicks = True
XAxis.MinorTicks = True
XAxis.MajorTickLen = 12
XAxis.MinorTickLen = 8
XAxis.MajorTickWid = 3
XAxis.MinorTickWid = 1
XAxis.TickPosition = tpOut
XAxis.Title = False
XAxis.TitleText = 'X'
XAxis.TitleDist = 4
XAxis.TitlePos = 500
XAxis.TitleAngle = lr0
XAxis.TickLabels = True
XAxis.LabelFormat = '%3.0f'
XAxis.LabelDistance = 4
XAxis.LabelAngle = lr0
YAxis.MajorTicks = True
YAxis.MinorTicks = True
YAxis.MajorTickLen = 12
YAxis.MinorTickLen = 8
YAxis.MajorTickWid = 3
YAxis.MinorTickWid = 1
YAxis.TickPosition = tpOut
YAxis.Title = False
YAxis.TitleText = 'Y'
YAxis.TitleDist = 4
YAxis.TitlePos = 500
YAxis.TitleAngle = lr90
YAxis.TickLabels = True
YAxis.LabelFormat = '%3.1f'
YAxis.LabelDistance = 4
YAxis.LabelAngle = lr90
XScale.ScaleType = stLog
XScale.Min = 1.000000000000000000
XScale.Max = 100.000000000000000000
XScale.LinStep = 2.000000000000000000
XScale.MinRange = 10.000000000000000000
XScale.Intersection = 1.000000000000000000
XScale.MinorTickNumber = 1
XScale.MinorLogPattern = [st20, st30, st40, st60, st70, st80, st90]
XScale.MajorLogPattern = [lt50]
XScale.AutoSizing = False
XScale.AutoStepping = True
YScale.ScaleType = stLin
YScale.Max = 10.000000000000000000
YScale.LinStep = 2.000000000000000000
YScale.MinRange = 10.000000000000000000
YScale.MinorTickNumber = 1
YScale.MinorLogPattern = [st20, st30, st40]
YScale.MajorLogPattern = [lt50]
YScale.AutoSizing = False
YScale.AutoStepping = False
Plotting = True
Align = alClient
ctl3d = True
Color = clNavy
ParentCtl3d = False
ParentFont = False
end
object MainMenu1: TMainMenu
Left = 608
Top = 32
object File1: TMenuItem
Caption = 'File'
GroupIndex = 1
ShortCut = 0
object Close1: TMenuItem
Caption = 'Close'
ShortCut = 0
OnClick = Close1Click
end
object Printersetup1: TMenuItem
Caption = 'Printer setup...'
ShortCut = 0
OnClick = Printersetup1Click
end
object Print1: TMenuItem
Caption = 'Print'
ShortCut = 0
OnClick = Print1Click
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object Exit1: TMenuItem
Caption = 'Exit'
ShortCut = 0
OnClick = Exit1Click
end
end
object Edit1: TMenuItem
Caption = 'Edit'
GroupIndex = 2
ShortCut = 0
object Copygraph1: TMenuItem
Caption = 'Copy Graph'
ShortCut = 0
OnClick = Copygraph1Click
end
object Autometrics1: TMenuItem
Caption = 'Autometrics'
Checked = True
ShortCut = 0
OnClick = Autometrics1Click
end
end
object HorizGrid: TMenuItem
Caption = 'HorizGrid'
GroupIndex = 4
ShortCut = 0
object Step1: TMenuItem
Caption = 'Step Interval'
ShortCut = 0
OnClick = Step1Click
end
object minorTickNumber1: TMenuItem
Caption = 'Minor Tick Number'
ShortCut = 0
OnClick = minorTickNumber1Click
end
end
object VertGrid1: TMenuItem
Caption = 'VertGrid'
GroupIndex = 5
ShortCut = 0
object MajorGrid1: TMenuItem
Caption = 'Major Grid'
ShortCut = 0
object N21: TMenuItem
Caption = '2'
ShortCut = 0
OnClick = N21Click
end
object N31: TMenuItem
Caption = '3'
ShortCut = 0
OnClick = N31Click
end
object N41: TMenuItem
Caption = '4'
ShortCut = 0
OnClick = N41Click
end
object N51: TMenuItem
Caption = '5'
Checked = True
ShortCut = 0
OnClick = N51Click
end
object N61: TMenuItem
Caption = '6'
ShortCut = 0
OnClick = N61Click
end
object N71: TMenuItem
Caption = '7'
ShortCut = 0
OnClick = N71Click
end
object N81: TMenuItem
Caption = '8'
ShortCut = 0
OnClick = N81Click
end
object N91: TMenuItem
Caption = '9'
ShortCut = 0
OnClick = N91Click
end
end
object MinorGrid1: TMenuItem
Caption = 'Minor Grid'
ShortCut = 0
object N151: TMenuItem
Caption = '1.5'
ShortCut = 0
OnClick = N151Click
end
object N201: TMenuItem
Caption = '2.0'
Checked = True
ShortCut = 0
OnClick = N201Click
end
object N251: TMenuItem
Caption = '2.5'
ShortCut = 0
OnClick = N251Click
end
object N301: TMenuItem
Caption = '3.0'
Checked = True
ShortCut = 0
OnClick = N301Click
end
object N351: TMenuItem
Caption = '3.5'
ShortCut = 0
OnClick = N351Click
end
object N401: TMenuItem
Caption = '4.0'
Checked = True
ShortCut = 0
OnClick = N401Click
end
object N451: TMenuItem
Caption = '4.5'
ShortCut = 0
OnClick = N451Click
end
object N501: TMenuItem
Caption = '5.0'
ShortCut = 0
OnClick = N501Click
end
object N551: TMenuItem
Caption = '5.5'
ShortCut = 0
OnClick = N551Click
end
object N601: TMenuItem
Caption = '6.0'
Checked = True
ShortCut = 0
OnClick = N601Click
end
object N651: TMenuItem
Caption = '6.5'
ShortCut = 0
OnClick = N651Click
end
object N701: TMenuItem
Caption = '7.0'
Checked = True
ShortCut = 0
OnClick = N701Click
end
object N751: TMenuItem
Caption = '7.5'
ShortCut = 0
OnClick = N751Click
end
object N801: TMenuItem
Caption = '8.0'
Checked = True
ShortCut = 0
OnClick = N801Click
end
object N851: TMenuItem
Caption = '8.5'
ShortCut = 0
OnClick = N851Click
end
object N901: TMenuItem
Caption = '9.0'
Checked = True
ShortCut = 0
OnClick = N901Click
end
object N951: TMenuItem
Caption = '9.5'
ShortCut = 0
OnClick = N951Click
end
end
end
object Help1: TMenuItem
Caption = 'Help'
GroupIndex = 9
ShortCut = 0
OnClick = Help1Click
end
end
end